home *** CD-ROM | disk | FTP | other *** search
- /* calc_inits.h */
-
- #ifndef __CIN__
- #define __CIN__
-
- Boolean GetEnvir (short *theVRefNum);
- void WindowInit (void);
- void LoadPicture (void);
- void SplashScreen (void);
- void SetUpButtonRect (void);
- void SetUpNewButtonRect (void);
- void SetUpDragRect (void);
- void SetUpHelpRect (void);
- void MenuBarInit (void);
- void init_ROM (void);
- Boolean WNE_is_implemented (void);
- void inits_seg (void);
- void SetUpCursors (void);
- void GetFucked (void);
- void CenterWindow ( WindowPtr );
- void DoTheShare (void);
- Rect *WinRect ( WindowPtr wPtr, Rect *gRect );
- WindowPtr get_window (short selector);
- WindowPtr get_rotation_box (void);
- WindowPtr get_stretch_box (void);
-
- #endif /* __CIN__ */